home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / ami-express / t-u / tpul0404.lha / BB-TopUl.betatester < prev    next >
Text File  |  1995-04-04  |  6KB  |  157 lines

  1.                                 _.
  2.    ______ _______:________ ____/ |______ ________ ________    ______ ._______.
  3.  ._\____ V ______:\   ___/_\____   ____/_\______/_\   ___/____\___  \|       |
  4.  |      \_/     ¬|    \/       /   |/      |     |    \/       /_¬\  \_      |
  5.  |_______|       |___         /____        |_____|___         /_\/_\_________|
  6. <----aC!-:       |--¯\_______/---¯\________|--------¯\_______/ \/\/ :-TRE!---->
  7.  
  8.                                  presents
  9.  
  10.                             BB-TopUl v0.6 beta
  11.  
  12.                        code: BiLBo BaGGins/M!^RNX
  13.                      design: Shapechanger/DeZIGN
  14.                        date: 04-04-95
  15.  
  16.  
  17. You now have the Betatester-Archive of the newest BB-TopUl version. There
  18. can be some bugs. If you find some, try to contact and tell me exactly where
  19. the bugs happend. Thanks.
  20.  
  21.  
  22.  
  23.  
  24. Information:
  25. ============
  26. BB-TopUl shows the global TopUploader of all conferences.
  27. The aim was to make it fast and use only a view amount of memory. Speed
  28. depends very much on the speed of your harddrive, so it`s very good if you
  29. run a cache program like DynamiCache. The use of memory is very little. That
  30. is very important if you run a BBS with hundreds of users. If you have 500
  31. users and want the Top 10 Uploaders, you only need 7100 Bytes for the datas
  32. of the user. And that`s only needed during displaying/writing it. During
  33. sorting, it only needs 4000 Bytes.
  34. You can use the program as a door or a util. It detects if you run it as a
  35. door from Tempest or from a Shell. If you run it as a util, it has some
  36. neat features that help you running it in the Text-Welcome file(s) together
  37. with other Bulletins. You can configure if you want screenclears, nonstop
  38. showing, pause a the end or want to have appended it to the exisiting
  39. Text-Welcome file(s) (no more need of joining).
  40. Everything is done with a Config-File. So it`s easy to handle.
  41.  
  42.  
  43.  
  44.  
  45. Installation:
  46. =============
  47. Copy BB-TopUl(.cfg) to Doors: or where you want.
  48.  
  49.  
  50. Use as a door:
  51. --------------
  52.  
  53. Edit the Text-Welcome files(s):
  54. --------------------------> cut here <--------------------------
  55. ~TD(Doors:BB-TopUl)
  56. --------------------------> cut here <--------------------------
  57.  
  58. Edit the Bulletins.opt file:
  59. --------------------------> cut here <--------------------------
  60. [20-,*,*,*,*] =3   |T-DOOR|Tempest:Doors/BB-TopUl
  61. --------------------------> cut here <--------------------------
  62.  
  63.  
  64. Use as a util:
  65. --------------
  66.  
  67. Edit the Logoff-x.bat files(s):
  68. --------------------------> cut here <--------------------------
  69. Doors:BB-TopUl
  70. --------------------------> cut here <--------------------------
  71.  
  72. Edit the Bulletins.opt file:
  73. --------------------------> cut here <--------------------------
  74. [20-,*,*,*,*] =3   |PRINT|Tempest:Bulletins/TopUploader.txt
  75. --------------------------> cut here <--------------------------
  76.  
  77.  
  78. Edit the BB-TopUl.cfg file:
  79. ---------------------------
  80.  
  81. Example with defaults:
  82. --------------------------> cut here <--------------------------
  83. 10                                  // Number of entries to be displayed
  84. 1                                   // Output (1 <= output >= 2 )
  85. 1                                   // Design (1 <= design >= 3 )
  86. 0                                   // Screenclear at start (0=Yes, 1=No)
  87. 0                                   // Pause at end (0=Yes, 1=No)
  88. 0                                   // Show nonstop (0=Yes, 1=No) (only Util)
  89. 0                                   // File 0=New 1=Append        (only Util)
  90. Tempest:Accounts.data               // Name of the Accounts.data  (only Util)
  91. T:Text.txt                          // Name of the outputfile     (only Util)
  92. --------------------------> cut here <--------------------------
  93.  
  94. 1.line: The number of users you want to have displayed
  95. 2.line: The output you want to have.
  96.         1 for displaying it in 1 row
  97.         2 for displaying it in 2 rows
  98. 3.line: The Design you want to have.
  99.         0 for a random design
  100.         1 for a design by my own (looks like the Boss utils on /X)
  101.         2 for a design by my own (looks like the Pot-Noodle utils on /X)
  102.         3 for a design by Shapechanger/dEZIGN
  103.         4 will come soon as a design by Treach!/ArtCore
  104. 4.line: If you want a screenclear before displaying
  105.         0 for Yes
  106.         1 for No
  107. 5.line: If you want to have a Pause-Prompt after displaying
  108.         0 for Yes
  109.         1 for No
  110. 6.line: If you want to have it shown nonstop                      (ONLY UTIL)
  111.         0 for Yes
  112.         1 for No
  113.         That is very important if you join some Bulletins to one. As the
  114.         Nonstop command is a Toggle, you would turn it on/off everytime.
  115. 7.line: If you want to append it to an existing file              (ONLY UTIL)
  116.         0 for creating a new file
  117.         1 for appending it to an existing file.
  118.         With that you can join it to an existing file. For example you first
  119.         create a Lastcaller Bulletin as Text-Welcome, you can than easy
  120.         append the TopUploaders to it.
  121. 8.line: Path and Name of the Accounts.data                        (ONLY UTIL)
  122. 9.line: Path and Name of the outputfile                           (ONLY UTIL)
  123.  
  124.  
  125. Add a Banner in front:
  126. ----------------------
  127. Just put it in the same dir as BB-TopUl and name it BB-TopUl.banner.
  128.  
  129.  
  130.  
  131.  
  132. Try to contact me for whatever on:
  133. ==================================
  134. Germany:     Deep Space Nine, Sado City or Metal Decade
  135. USA:         Dawn of Eternity
  136. Sweden:      Interchange
  137. Switzerland: Dial Hard
  138.  
  139.  
  140. Changes:
  141. ========
  142. 04-04-95: - some optimizing
  143. 04-03-95: - fixed displayroutine for showing banners
  144. 04-02-95: - config-file scurity checks added
  145.           - some routines optimized
  146.           - fixed lines for Userlength showing in Design 2
  147. 30-03-95: - bug in design fixed.
  148.           - some optimizing.
  149.           - made option to add Banner in front.
  150.           - some minor bugs fixed
  151. 28-03-95  First release of v0.6 beta.
  152.           - some optimzing
  153.           - 3 choiceable designs.
  154.           - new configfile.
  155.           - door/util in one program.
  156.           - configurable features like screenclear, pause prompt, nonstop
  157.